sgdk
tfcplay.h File Reference

TFM Music Maker compiled data player (68000) More...

Go to the source code of this file.

Functions

void TFC_init (const u8 *music)
 Initialize and load the specified TFC music (68000 driver) The 68000 should have the Z80 bus before calling this method.
void TFC_frame ()
 Update frame for 68000 TFC player.
The 68000 should have the Z80 bus before calling this method.
u16 TFC_isPlaying ()
 Returns TRUE if a TFC lmusic is currently playing.
void TFC_play (u16 play)
 Start/Stop play TFC music (68000 driver). The 68000 should have the Z80 bus before calling this method.

Detailed Description

TFM Music Maker compiled data player (68000)

Author:
Alone Coder and Shiru
Date:
12/2007

This unit provides TFM music player through the 68000 CPU.


Function Documentation

void TFC_frame ( )

Update frame for 68000 TFC player.
The 68000 should have the Z80 bus before calling this method.

See also:
Z80_requestBus()
void TFC_init ( const u8 *  music)

Initialize and load the specified TFC music (68000 driver) The 68000 should have the Z80 bus before calling this method.

See also:
TFC_play()
Z80_requestBus()
u16 TFC_isPlaying ( )

Returns TRUE if a TFC lmusic is currently playing.

See also:
Z80_requestBus()
void TFC_play ( u16  play)

Start/Stop play TFC music (68000 driver). The 68000 should have the Z80 bus before calling this method.

See also:
Z80_requestBus()
 All Classes Files Functions Variables Typedefs Enumerations Defines